Rewritten smtpmail.el to use `open-network-stream' to do STARTTLS
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Tue, 21 Jun 2011 21:10:52 +0000 (23:10 +0200)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Tue, 21 Jun 2011 21:10:52 +0000 (23:10 +0200)
commit408dbdefa18e72325f57024627fd20b65ac3fcc8
treeafc9625a78e42a0399cdbb6410efd4d811d0b55f
parent0e197c0257ee167e975d2dd47f31a8ad570a92e6
Rewritten smtpmail.el to use `open-network-stream' to do STARTTLS
upgrades opportunistically, and to only use auth-source for all
credentials.  Mostly backwards compatible, but
`smtpmail-auth-credentials' and `smtpmail-starttls-credentials' are
removed, and users who relied on those will have to put the
credentials in ~/.authinfo instead.
etc/NEWS
lisp/ChangeLog
lisp/mail/smtpmail.el